home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / c / _desklibsm / h / swi < prev    next >
Encoding:
Text File  |  1993-05-26  |  156 b   |  9 lines

  1.  
  2. #ifndef __dl_swi_h
  3. #define __dl_swi_h
  4. #ifndef __dl_core_h
  5. #include "Core.h"
  6. #endif
  7. os_error *SWI(int numregsin, int numregsout, int swicode, ... );
  8. #endif
  9.